Job

English Literature

- English - English Literature - | NCTB BOOK
1.5k
1.5k
টপ রেটেড অ্যাপ

স্যাট অ্যাকাডেমী অ্যাপ

আমাদের অল-ইন-ওয়ান মোবাইল অ্যাপের মাধ্যমে সীমাহীন শেখার সুযোগ উপভোগ করুন।

ভিডিও
লাইভ ক্লাস
এক্সাম
ডাউনলোড করুন
Promotion
;
Request history8.2.28PHP Version76.83msRequest Duration12MBMemory UsageGET job-solution/{slug}Route
    • Booting (28.95ms)time
    • Application (47.87ms)time
    • 1 x Application (62.31%)
      47.87ms
      1 x Booting (37.68%)
      28.95ms
      57 templates were rendered
      • 1x academy.subject.chapterchapter.blade.php#?blade
      • 24x academy.subject.subChapterListsubChapterList.blade.php#?blade
      • 1x common.modal.self_test_modalself_test_modal.blade.php#?blade
      • 1x common.modal.bookmark_modalbookmark_modal.blade.php#?blade
      • 1x common.script.activity_scriptactivity_script.blade.php#?blade
      • 1x common.script.test_scripttest_script.blade.php#?blade
      • 1x common.script.custom_dropdowncustom_dropdown.blade.php#?blade
      • 1x common.script.navigator_sharenavigator_share.blade.php#?blade
      • 1x layouts.satt-appsatt-app.blade.php#?blade
      • 1x includes.header_link2header_link2.blade.php#?blade
      • 1x laravelpwa::metameta.blade.php#?blade
      • 1x layouts.headerheader.blade.php#?blade
      • 1x layouts.toolbartoolbar.blade.php#?blade
      • 2x components.custom-adcustom-ad.blade.php#?blade
      • 1x frontend.downloadourappdownloadourapp.blade.php#?blade
      • 1x frontend.referralreferral.blade.php#?blade
      • 1x auth.user_type_modaluser_type_modal.blade.php#?blade
      • 1x layouts.footerfooter.blade.php#?blade
      • 1x common.login_modallogin_modal.blade.php#?blade
      • 1x components.authentication-card-logoauthentication-card-logo.blade.php#?blade
      • 1x common.includes.promotion_modalpromotion_modal.blade.php#?blade
      • 1x common.includes.notification_item_modalnotification_item_modal.blade.php#?blade
      • 1x common.includes.notification_item_list_modalnotification_item_list_modal.blade.php#?blade
      • 1x common.includes.promotion_offcanvaspromotion_offcanvas.blade.php#?blade
      • 1x includes.footer_link2footer_link2.blade.php#?blade
      • 1x includes.restrictrestrict.blade.php#?blade
      • 1x livewire-alert::components.scriptsscripts.blade.php#?blade
      • 1x livewire-alert::components.flashflash.blade.php#?blade
      • 1x admin.include.toastrtoastr.blade.php#?blade
      • 1x common.search.search_scriptsearch_script.blade.php#?blade
      • 1x common.script.promotion_scriptpromotion_script.blade.php#?blade
      • 1x common.script.promotion_functionspromotion_functions.blade.php#?blade
      • 1x includes.copy_restrictioncopy_restriction.blade.php#?blade
      uri
      GET job-solution/{slug}
      middleware
      web, throttle:global
      controller
      App\Http\Controllers\Academy\SubjectController@chapter
      namespace
      prefix
      where
      as
      subject.chapter
      file
      app/Http/Controllers/Academy/SubjectController.php:102-110
      22 statements were executed (7 duplicates)Show only duplicates7.16ms
      • SubjectRepository.php#94satt_satt_mobile_app240μsselect `id`, `main_category_id`, `parent_id`, `show_content` from `subjects` where `slug` = 'english-literature' and `subjects`.`deleted_at` is null limit 1
        Bindings
        • 0: english-literature
        Backtrace
        • app/Repositories/SubjectRepository.php:94
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Repositories/SubjectRepository.php:91
        • app/Services/SubjectService.php:32
      • SubjectService.php#43satt_satt_mobile_app480μsupdate `subjects` set `view_count` = `view_count` + 1, `subjects`.`updated_at` = '2025-04-17 11:07:24' where `id` = 210
        Bindings
        • 0: 2025-04-17 11:07:24
        • 1: 210
        Backtrace
        • app/Services/SubjectService.php:43
        • app/Http/Controllers/Academy/SubjectController.php:105
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:44
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • QueryBuilder.php#38satt_satt_mobile_app120μsselect `_lft`, `_rgt` from `subjects` where `id` = 210 limit 1
        Bindings
        • 0: 210
        Backtrace
        • vendor/kalnoy/nestedset/src/QueryBuilder.php:38
        • vendor/kalnoy/nestedset/src/QueryBuilder.php:60
        • vendor/kalnoy/nestedset/src/QueryBuilder.php:235
        • vendor/kalnoy/nestedset/src/QueryBuilder.php:227
        • vendor/kalnoy/nestedset/src/QueryBuilder.php:305
      • QueryBuilder.php#305satt_satt_mobile_app780μsselect `id`, `name`, `parent_id`, `_lft`, `_rgt`, `show_content`, `num_of_mcq`, `num_of_written`, `des_added_by`, `des_updated_by`, `author_name`, `link_subject_id`, `sub_category_id`, `main_category_id`, `slug`, `meta_og_title`, `meta_keyword`, `meta_description`, `vote`, `view_count`, `icon`, `page_type`, `chapter_name` from `subjects` where (`subjects`.`_lft` between 2152 and 2731) and `subjects`.`deleted_at` is null
        Bindings
        • 0: 2152
        • 1: 2731
        Backtrace
        • vendor/kalnoy/nestedset/src/QueryBuilder.php:305
        • vendor/kalnoy/nestedset/src/QueryBuilder.php:321
        • app/Repositories/SubjectRepository.php:285
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
      • SubjectRepository.php#122satt_satt_mobile_app210μsselect * from `subjects` where `subjects`.`id` = 210 and `subjects`.`deleted_at` is null limit 1
        Bindings
        • 0: 210
        Backtrace
        • app/Repositories/SubjectRepository.php:122
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Repositories/SubjectRepository.php:121
        • app/Services/SubjectService.php:60
      • SubjectRepository.php#125satt_satt_mobile_app1.59msselect `id`, `name`, `slug`, `parent_id`, `_lft`, `_rgt` from `subjects` where (2731 between `subjects`.`_lft` and `subjects`.`_rgt` and `subjects`.`id` <> 210) and `subjects`.`deleted_at` is null order by `_lft` asc
        Bindings
        • 0: 2731
        • 1: 210
        Backtrace
        • app/Repositories/SubjectRepository.php:125
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Repositories/SubjectRepository.php:121
        • app/Services/SubjectService.php:60
      • SubjectRepository.php#137satt_satt_mobile_app160μsselect * from `subjects` where `subjects`.`id` = 210 and `subjects`.`deleted_at` is null limit 1
        Bindings
        • 0: 210
        Backtrace
        • app/Repositories/SubjectRepository.php:137
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Repositories/SubjectRepository.php:136
        • app/Services/SubjectService.php:61
      • SubjectRepository.php#140satt_satt_mobile_app120μsselect `id`, `name`, `parent_id`, `_lft`, `_rgt`, `slug`, `meta_og_title`, `meta_keyword`, `meta_description` from `subjects` where `subjects`.`id` = 2 and `subjects`.`deleted_at` is null limit 1
        Bindings
        • 0: 2
        Backtrace
        • app/Repositories/SubjectRepository.php:140
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Repositories/SubjectRepository.php:136
        • app/Services/SubjectService.php:61
      • SubjectRepository.php#140satt_satt_mobile_app150μsselect `id`, `description`, `subject_id` from `subject_descriptions` where `subject_descriptions`.`subject_id` in (2) and `subject_descriptions`.`deleted_at` is null
        Backtrace
        • app/Repositories/SubjectRepository.php:140
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Repositories/SubjectRepository.php:136
        • app/Services/SubjectService.php:61
      • QueryBuilder.php#38satt_satt_mobile_app160μsselect `_lft`, `_rgt` from `subjects` where `id` = 2 limit 1
        Bindings
        • 0: 2
        Backtrace
        • vendor/kalnoy/nestedset/src/QueryBuilder.php:38
        • vendor/kalnoy/nestedset/src/QueryBuilder.php:60
        • vendor/kalnoy/nestedset/src/QueryBuilder.php:235
        • vendor/kalnoy/nestedset/src/QueryBuilder.php:227
        • vendor/kalnoy/nestedset/src/QueryBuilder.php:305
      • QueryBuilder.php#305satt_satt_mobile_app990μsselect `id`, `name`, `parent_id`, `_lft`, `_rgt`, `name`, `slug`, `icon`, `banner` from `subjects` where (`subjects`.`_lft` between 2151 and 3318) and `subjects`.`deleted_at` is null
        Bindings
        • 0: 2151
        • 1: 3318
        Backtrace
        • vendor/kalnoy/nestedset/src/QueryBuilder.php:305
        • vendor/kalnoy/nestedset/src/QueryBuilder.php:321
        • app/Repositories/SubjectRepository.php:293
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
      • SubjectRepository.php#317satt_satt_mobile_app280μsselect `id`, `name`, `slug`, `main_category_id`, `num_of_written`, `num_of_mcq` from `subjects` where `parent_id` is null and `main_category_id` = 1 and `subjects`.`deleted_at` is null limit 10
        Bindings
        • 0: 1
        Backtrace
        • app/Repositories/SubjectRepository.php:317
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/Repositories/SubjectRepository.php:304
        • app/Services/SubjectService.php:65
      • chapter.blade.php#10satt_satt_mobile_app170μsselect * from `subject_descriptions` where `subject_descriptions`.`subject_id` = 210 and `subject_descriptions`.`subject_id` is not null and `subject_descriptions`.`deleted_at` is null limit 1
        Bindings
        • 0: 210
        Backtrace
        • view::academy.subject.chapter:10
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
      • helpers.php#89satt_satt_mobile_app180μsselect `id`, `name`, `meta_og_image` from `sub_categories` where `id` = 0 and `sub_categories`.`deleted_at` is null limit 1
        Bindings
        • 0: 0
        Backtrace
        • app/helpers.php:89
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/helpers.php:88
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • helpers.php#89satt_satt_mobile_app150μsselect `id`, `name`, `meta_og_image` from `sub_categories` where `id` = 0 and `sub_categories`.`deleted_at` is null limit 1
        Bindings
        • 0: 0
        Backtrace
        • app/helpers.php:89
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/helpers.php:88
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • helpers.php#89satt_satt_mobile_app150μsselect `id`, `name`, `meta_og_image` from `sub_categories` where `id` = 0 and `sub_categories`.`deleted_at` is null limit 1
        Bindings
        • 0: 0
        Backtrace
        • app/helpers.php:89
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/helpers.php:88
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • helpers.php#89satt_satt_mobile_app160μsselect `id`, `name`, `meta_og_image` from `sub_categories` where `id` = 0 and `sub_categories`.`deleted_at` is null limit 1
        Bindings
        • 0: 0
        Backtrace
        • app/helpers.php:89
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/helpers.php:88
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • chapter.blade.php#325satt_satt_mobile_app340μsselect * from `completes` where `completes`.`completeable_type` = 'App\\Models\\Subject' and `completes`.`completeable_id` = 210 and `completes`.`completeable_id` is not null limit 1
        Bindings
        • 0: App\Models\Subject
        • 1: 210
        Backtrace
        • view::academy.subject.chapter:325
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
      • helpers.php#89satt_satt_mobile_app160μsselect `id`, `name`, `meta_og_image` from `sub_categories` where `id` = 0 and `sub_categories`.`deleted_at` is null limit 1
        Bindings
        • 0: 0
        Backtrace
        • app/helpers.php:89
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/helpers.php:88
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • CustomAd.php#52satt_satt_mobile_app240μsselect `id`, `code` from `custom_ads` where json_contains(`positions`, '\"page_header\"', '$."subject.chapter"') and `show_on_desktop` = 1
        Bindings
        • 0: "page_header"
        • 1: 1
        Backtrace
        • app/View/Components/CustomAd.php:52
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/View/Components/CustomAd.php:42
        • vendor/laravel/framework/src/Illuminate/View/Component.php:143
      • CustomAd.php#52satt_satt_mobile_app130μsselect `id`, `code` from `custom_ads` where json_contains(`positions`, '\"page_footer\"', '$."subject.chapter"') and `show_on_desktop` = 1
        Bindings
        • 0: "page_footer"
        • 1: 1
        Backtrace
        • app/View/Components/CustomAd.php:52
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
        • app/View/Components/CustomAd.php:42
        • vendor/laravel/framework/src/Illuminate/View/Component.php:143
      • restrict.blade.php#30satt_satt_mobile_app200μsselect * from `package_plans` where `status` = 'active' and `package_plans`.`deleted_at` is null
        Bindings
        • 0: active
        Backtrace
        • view::includes.restrict:30
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php:22
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:75
      App\Models\Subject
      841Subject.php#?
      App\Models\PackagePlan
      3PackagePlan.php#?
      App\Models\SubjectDescription
      2SubjectDescription.php#?
      App\Models\Complete
      1Complete.php#?
          _token
          0e5g9YEs3QHmRMCogL9rmiATXdgWi5WkwOBBqYo9
          _previous
          array:1 [ "url" => "https://debugerror.xyz/job-solution/english-literature" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /job-solution/english-literature
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          []
          
          request_request
          []
          
          request_headers
          0 of 0
          array:21 [ "x-https" => array:1 [ 0 => "1" ] "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6InNlMEQ3NkxsbDREa2pBN0lGbjFLdXc9PSIsInZhbHVlIjoiOTFpNUpwcitHUTVOK1FXbThOLzc5OG8rK2Y2RkZOc3UzakVNM3FZYWtyVmRtTTQvTGtrSzVMak92N1phU21ZZlBORm5mUG4rb2hlYnVHaWxING9weHpvT0M4VUhYSlEvemFBdzk1eHl0Tk9zOHpYTmxhdHZmOXhyVGxUQXNpd3ciLCJtYWMiOiJkNWRmNzRlMmNmNjcwNzIxYTVlOGUwYWY3ZmI4NmFjNzIyNGQ5OTAxOTE3ZTc5MjAwYjhmN2I5MGEzYTkzMzk5IiwidGFnIjoiIn0%3D; satt_academy_session=eyJpdiI6IlB3SGp2NkMzbTEyYk9vV2paRFJGYWc9PSIsInZhbHVlIjoiZHlvRzM5YmpPQjdTTTc0Q0g5Smc2VXJFaVFWeEt1bkNxRHdqc0lSdElRQVpMdVB2cGNXSkVNbFJQNFE2YUh3VVgwdFVERWloT2h3QUQ1bE5URWJUMWZoZ3RjZHRGaXhjWUtYOERBYmxXUWlXMUFZTTIrdFVHQmU5Y1d2V0NDZW0iLCJtYWMiOiJmNWJkZjdlZTNmOTkwMjJiZThhYmRkYTg0ZDk1MDAyNjNhMWZlMmEwMzdjYmNiMDM0OWFmNmM4YWJkM2EwZmY5IiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6InNlMEQ3NkxsbDREa2pBN0lGbjFLdXc9PSIsInZhbHVlIjoiOTFpNUpwcitHUTVOK1FXbThOLzc5OG8rK2Y2RkZOc3UzakVNM3FZYWtyVmRtTTQvTGtrSzVMak92N1phU21ZZlBORm5mU" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "x-real-ip" => array:1 [ 0 => "18.191.241.222" ] "x-forwarded-server" => array:1 [ 0 => "debugerror.xyz" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "x-forwarded-port" => array:1 [ 0 => "443" ] "x-forwarded-host" => array:1 [ 0 => "debugerror.xyz" ] "x-forwarded-for" => array:1 [ 0 => "18.191.241.222" ] "host" => array:1 [ 0 => "debugerror.xyz" ] ]
          request_cookies
          0 of 0
          array:2 [ "XSRF-TOKEN" => "0e5g9YEs3QHmRMCogL9rmiATXdgWi5WkwOBBqYo9" "satt_academy_session" => "wZ3vqs3rwjoJfOvO8D3008zTiTCB1PTf1vbdN6sm" ]
          response_headers
          0 of 0
          array:7 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Thu, 17 Apr 2025 05:07:24 GMT" ] "x-ratelimit-limit" => array:1 [ 0 => "60" ] "x-ratelimit-remaining" => array:1 [ 0 => "45" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InljM3Vvb3hndUtNUkgxUDNGemticnc9PSIsInZhbHVlIjoiS0ZiNFU4aTdmbjd0TU5uV0JxOEdpY2cvUDY0ck5HVkhYNWwwT1MrdWtwK0FvKzZrVmZ4SU9oY0FTVW9UNzdJa3Q2SjB3MURpWGZBK0lpYjkxZVN2Tmw2OGdMUm9RcXJteTR2bE5CcXUweDAxeWFxbU1GSUgyWXB6MFhuTnljVDEiLCJtYWMiOiJhMzIyYjZiNzE2YmIxMDBlYTZjZTNlYzYxZTI0OGZmNzk5MGU1ZjU4YWU2NGU5ODJkZjVmZDAyMWU3ZTFhMWRlIiwidGFnIjoiIn0%3D; expires=Fri, 18 Apr 2025 05:07:24 GMT; Max-Age=86400; path=/; secureXSRF-TOKEN=eyJpdiI6InljM3Vvb3hndUtNUkgxUDNGemticnc9PSIsInZhbHVlIjoiS0ZiNFU4aTdmbjd0TU5uV0JxOEdpY2cvUDY0ck5HVkhYNWwwT1MrdWtwK0FvKzZrVmZ4SU9oY0FTVW9UNzdJa3Q2SjB3M" 1 => "satt_academy_session=eyJpdiI6InZQSUdsaUxWT0tpb3NmS2hQZGE0REE9PSIsInZhbHVlIjoiaDd3YTV4U294djdzNDVSMERHTStadUJ5cVd1SWVhU2pDbnRNU21sc0lNdWZGNXdoSE9tUExSajdwN1ZDTkdsWWxObWdFQ2lkRlJRdXYzWWNwTk96UHNrVnRvQWtEOGRnMWZ6ck9PempQdDFlQkJ5RnJuVC9laldONFJuWmhTMTQiLCJtYWMiOiJjOTY5ZjJlYjRjNTQ5MTk0Yjc4YWQ4OTVmN2VhODI1ZDM5ZTRkZDliOGE2MDJkNDc3NWY4YTU2NzI5NjgzM2E3IiwidGFnIjoiIn0%3D; expires=Fri, 18 Apr 2025 05:07:24 GMT; Max-Age=86400; path=/; secure; httponlysatt_academy_session=eyJpdiI6InZQSUdsaUxWT0tpb3NmS2hQZGE0REE9PSIsInZhbHVlIjoiaDd3YTV4U294djdzNDVSMERHTStadUJ5cVd1SWVhU2pDbnRNU21sc0lNdWZGNXdoSE9tUExSajdwN1ZDTkd" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InljM3Vvb3hndUtNUkgxUDNGemticnc9PSIsInZhbHVlIjoiS0ZiNFU4aTdmbjd0TU5uV0JxOEdpY2cvUDY0ck5HVkhYNWwwT1MrdWtwK0FvKzZrVmZ4SU9oY0FTVW9UNzdJa3Q2SjB3MURpWGZBK0lpYjkxZVN2Tmw2OGdMUm9RcXJteTR2bE5CcXUweDAxeWFxbU1GSUgyWXB6MFhuTnljVDEiLCJtYWMiOiJhMzIyYjZiNzE2YmIxMDBlYTZjZTNlYzYxZTI0OGZmNzk5MGU1ZjU4YWU2NGU5ODJkZjVmZDAyMWU3ZTFhMWRlIiwidGFnIjoiIn0%3D; expires=Fri, 18-Apr-2025 05:07:24 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6InljM3Vvb3hndUtNUkgxUDNGemticnc9PSIsInZhbHVlIjoiS0ZiNFU4aTdmbjd0TU5uV0JxOEdpY2cvUDY0ck5HVkhYNWwwT1MrdWtwK0FvKzZrVmZ4SU9oY0FTVW9UNzdJa3Q2SjB3M" 1 => "satt_academy_session=eyJpdiI6InZQSUdsaUxWT0tpb3NmS2hQZGE0REE9PSIsInZhbHVlIjoiaDd3YTV4U294djdzNDVSMERHTStadUJ5cVd1SWVhU2pDbnRNU21sc0lNdWZGNXdoSE9tUExSajdwN1ZDTkdsWWxObWdFQ2lkRlJRdXYzWWNwTk96UHNrVnRvQWtEOGRnMWZ6ck9PempQdDFlQkJ5RnJuVC9laldONFJuWmhTMTQiLCJtYWMiOiJjOTY5ZjJlYjRjNTQ5MTk0Yjc4YWQ4OTVmN2VhODI1ZDM5ZTRkZDliOGE2MDJkNDc3NWY4YTU2NzI5NjgzM2E3IiwidGFnIjoiIn0%3D; expires=Fri, 18-Apr-2025 05:07:24 GMT; path=/; secure; httponlysatt_academy_session=eyJpdiI6InZQSUdsaUxWT0tpb3NmS2hQZGE0REE9PSIsInZhbHVlIjoiaDd3YTV4U294djdzNDVSMERHTStadUJ5cVd1SWVhU2pDbnRNU21sc0lNdWZGNXdoSE9tUExSajdwN1ZDTkd" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "0e5g9YEs3QHmRMCogL9rmiATXdgWi5WkwOBBqYo9" "_previous" => array:1 [ "url" => "https://debugerror.xyz/job-solution/english-literature" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-04-17 11:07:24GET/job-solution/english-literature5722847